From 96ed99e62eaf33520842682c44f369bf9574add4 Mon Sep 17 00:00:00 2001 From: Debian Wine Party Date: Sat, 19 Mar 2022 00:48:02 +0000 Subject: [PATCH] avoid modifications to po files that are under version control Gbp-Pq: Topic disable Gbp-Pq: Name po-modifications.patch --- tools/makedep.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tools/makedep.c b/tools/makedep.c index e652536..782bd2e 100644 --- a/tools/makedep.c +++ b/tools/makedep.c @@ -2705,11 +2705,6 @@ static void output_po_files( const struct makefile *make ) if (linguas.count) { - for (i = 0; i < linguas.count; i++) - output_filename( strmake( "%s/%s.po", po_dir, linguas.str[i] )); - output( ": %s/wine.pot\n", po_dir ); - output( "\t%smsgmerge --previous -q $@ %s/wine.pot | msgattrib --no-obsolete -o $@.new && mv $@.new $@\n", - cmd_prefix( "MSG" ), po_dir ); output( "po:" ); for (i = 0; i < linguas.count; i++) output_filename( strmake( "%s/%s.po", po_dir, linguas.str[i] )); -- 2.30.2